home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xyos2shl.zip / SW.BAT < prev    next >
DOS Batch File  |  1996-03-21  |  298b  |  11 lines

  1. :: SW.BAT [XYOS2SHL.ZIP]  3/21/96  R.J.Holmgren
  2. :: Switch from DOS to running OS/2 [DOS|WIN3x] process
  3. :: 
  4. @echo off
  5. if a%1==a echo Usage:  SW process_name_mask [/C]
  6. if a%1==a goto exit
  7. startos2.exe
  8. for %%a in (c C) do if "%2"=="/%%a" exit
  9. for %%a in (c C) do if "%1"=="/%%a" exit
  10. :exit
  11.